Click or drag to resize

Identity Class

Inheritance Hierarchy
SystemObject
  Independentsoft.ExchangeIdentity

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public class Identity

The Identity type exposes the following members.

Constructors
  NameDescription
Public methodIdentity
Initializes a new instance of the Identity class.
Public methodIdentity(String)
Initializes a new instance of the Identity class.
Top
Properties
  NameDescription
Public propertyPrimarySmtpAddress
Contains the primary SMTP address that is used to create the connecting SID.
Public propertyPrincipalName
Contains the fully qualified domain name (FQDN) for the location of the user account.
Public propertySid
Contains the security identifier of the account to be impersonated.
Public propertySmtpAddress
Represents the Simple Mail Transfer Protocol (SMTP) address of the account to use for Exchange Impersonation.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also